Returns the character of the ASCII code of v. e.g. Chr(97) = a Chr(65) = A Chr(v); Returns the ASCII code of v. e.g. Ord('a') = 97 Ord('A') = 65 Ord(v);